home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / CPP / WFC010.ZIP / TEST / TEST.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-22  |  852 b   |  32 lines

  1. #include <afx.h>
  2. #include <wfc.h>
  3.  
  4. /*
  5. ** Author: Samuel R. Blackburn
  6. ** CI$: 76300,326
  7. ** Internet: sammy@sed.csc.com
  8. **
  9. ** You can use it any way you like.
  10. */
  11.  
  12. void memory( void );
  13. void ReportError( DWORD error_code );
  14. void test_CEventLog( void );
  15. void test_CLZFile( LPTSTR lz_file_name );
  16. void test_CNetResource( void );
  17. void test_CNetSession( LPCTSTR machine_name );
  18. void test_CNetWorkstation( LPCTSTR machine_name );
  19. void test_CNetworkConnections( LPCTSTR machine_name );
  20. void test_CNetworkFiles( LPCTSTR machine_name );
  21. void test_CRegistry( void );
  22. void test_CRAS( void );
  23. void test_CServer( LPCTSTR machine_name );
  24. void test_CServiceControlManager( void );
  25. void test_CTape( UINT tape_drive_number_starting_at_zero );
  26. void test_CUniformResourceLocator( void );
  27.  
  28. LPTSTR BigNumToString( LONG lNum, LPTSTR string );
  29.  
  30.  
  31.  
  32.